home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / libimage-exiftool-perl / gps2xmp.args < prev    next >
Encoding:
Text File  |  2009-01-20  |  612 b   |  19 lines

  1. #
  2. # File:         gps2xmp.args
  3. #
  4. # Description:  Argument file for copying GPS information from EXIF to XMP
  5. #
  6. # Usage:        exiftool -tagsFromFile SRCFILE -@ gps2xmp.args DSTFILE
  7. #
  8. # Revisions:    2009/01/09 - P. Harvey Created
  9. #
  10. # Notes:        Most of the GPS tags are copied by the first argument, but
  11. #               the XMP GPS coordinates and date/time tags are composites of
  12. #               more than one EXIF GPS tag, so they are handled separately.
  13. #
  14. -XMP:all < GPS:all
  15. -XMP:GPSLatitude < Composite:GPSLatitude
  16. -XMP:GPSLongitude < Composite:GPSLongitude
  17. -XMP:GPSDateTime < Composite:GPSDateTime
  18. # end
  19.